test(ci): check if macos build is stable on nix-darwin host#8163
Merged
test(ci): check if macos build is stable on nix-darwin host#8163
Conversation
b5f8d69 to
7fed330
Compare
jakubgs
approved these changes
Apr 13, 2026
c11455e to
ef20e07
Compare
tersec
reviewed
Apr 17, 2026
tersec
reviewed
Apr 17, 2026
ef20e07 to
bb69bfb
Compare
Signed-off-by: markoburcul <[email protected]>
Check if GNU getopt is available in PATH before falling back to Homebrew-specific paths. This supports nix-darwin and other package managers that install GNU getopt outside of Homebrew. Also updates DYLD_LIBRARY_PATH discovery to check standard locations before assuming Homebrew. Signed-off-by: markoburcul <[email protected]>
bb69bfb to
9dbcb32
Compare
This was referenced Apr 17, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adjustments to the scripts to also work on the MacOS hosts where we configure them using nix-darwin.
Reason for this change is that we are in the process of removing homebrew from our MacOS CI hosts and replacing it with nix-darwin.